'Declaration Public Overloads Sub SetArray( _ ByVal row As System.Integer, _ ByVal column As System.Integer, _ ByVal value(,) As System.Object, _ ByVal formula As System.Boolean _ )
'Usage Dim instance As Worksheet Dim row As System.Integer Dim column As System.Integer Dim value() As System.Object Dim formula As System.Boolean instance.SetArray(row, column, value, formula)
Parameters
- row
- Row index
- column
- Column index
- value
- Array from which to set values
- formula
- If true, set formulas; otherwise, set values.